object PerfPropSetForm: TPerfPropSetForm Left = 568 Top = 231 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'PerfPropSetForm' ClientHeight = 208 ClientWidth = 319 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 TextHeight = 13 object Notebook1: TNotebook Left = 0 Top = 0 Width = 319 Height = 208 Align = alClient PageIndex = 2 TabOrder = 0 object TPage Left = 0 Top = 0 Caption = 'Display Mode' object RadioButton1: TRadioButton Left = 8 Top = 36 Width = 85 Height = 17 Caption = '&Only Text' TabOrder = 0 OnClick = RadioButton1Click end object RadioButton2: TRadioButton Tag = 1 Left = 8 Top = 52 Width = 85 Height = 17 Caption = '&Text in Box' TabOrder = 1 OnClick = RadioButton1Click end object RadioButton3: TRadioButton Tag = 2 Left = 8 Top = 68 Width = 85 Height = 17 Caption = '&Bar' TabOrder = 2 OnClick = RadioButton1Click end object RadioButton4: TRadioButton Tag = 3 Left = 8 Top = 84 Width = 85 Height = 17 Caption = '&Chart' TabOrder = 3 OnClick = RadioButton1Click end object RadioButton5: TRadioButton Tag = 4 Left = 8 Top = 100 Width = 85 Height = 17 Caption = '&Gauge' TabOrder = 4 OnClick = RadioButton1Click end end object TPage Left = 0 Top = 0 Caption = 'Interval' object IntervalLabel: TLabel Left = 140 Top = 16 Width = 61 Height = 13 Alignment = taRightJustify Caption = 'IntervalLabel' end object TrackBar1: TTrackBar Left = 8 Top = 36 Width = 201 Height = 37 Orientation = trHorizontal PageSize = 1 Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end end object TPage Left = 0 Top = 0 Caption = 'Display Elements' object CheckBox1: TCheckBox Left = 8 Top = 32 Width = 97 Height = 17 Caption = 'Category' TabOrder = 0 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Tag = 1 Left = 8 Top = 52 Width = 97 Height = 17 Caption = 'Statistic Name' TabOrder = 1 OnClick = CheckBox1Click end object CheckBox3: TCheckBox Tag = 2 Left = 8 Top = 72 Width = 97 Height = 17 Caption = 'Statistic Value' TabOrder = 2 OnClick = CheckBox1Click end object CheckBox4: TCheckBox Tag = 3 Left = 8 Top = 92 Width = 97 Height = 17 Caption = 'Recent Peak' TabOrder = 3 OnClick = CheckBox1Click end object GetRidCheckBox: TCheckBox Tag = 4 Left = 8 Top = 112 Width = 97 Height = 17 Caption = 'Recent Values' TabOrder = 4 OnClick = CheckBox1Click end end object TPage Left = 0 Top = 0 Caption = 'Scale' object RadioButton6: TRadioButton Left = 12 Top = 36 Width = 117 Height = 17 Caption = 'Automatic Scaling' TabOrder = 0 OnClick = RadioButton6Click end object RadioButton7: TRadioButton Left = 12 Top = 52 Width = 117 Height = 17 Caption = 'Fixed Scale - Max =' TabOrder = 1 OnClick = RadioButton6Click end object ScaleMaxEdit: TEdit Left = 132 Top = 48 Width = 85 Height = 21 TabOrder = 2 Text = 'ScaleMaxEdit' OnChange = ScaleMaxEditChange end end object TPage Left = 0 Top = 0 Caption = 'Divisions' object DivisionLabel: TLabel Left = 137 Top = 16 Width = 63 Height = 13 Alignment = taRightJustify Caption = 'DivisionLabel' end object TrackBar2: TTrackBar Left = 8 Top = 36 Width = 201 Height = 37 Max = 9 Orientation = trHorizontal PageSize = 1 Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar2Change end end object TPage Left = 0 Top = 0 Caption = 'Alarms' object AlarmAboveCheck: TCheckBox Left = 8 Top = 40 Width = 97 Height = 17 Caption = 'Alarm if above' TabOrder = 0 OnClick = AlarmAboveCheckClick end object AlarmAboveEdit: TEdit Left = 112 Top = 36 Width = 77 Height = 21 TabOrder = 1 OnChange = AlarmAboveEditChange end object AlarmBelowCheck: TCheckBox Left = 8 Top = 68 Width = 97 Height = 17 Caption = 'Alarm if below' TabOrder = 2 OnClick = AlarmBelowCheckClick end object AlarmBelowEdit: TEdit Left = 112 Top = 64 Width = 77 Height = 21 TabOrder = 3 OnChange = AlarmBelowEditChange end end end object Button1: TButton Left = 8 Top = 8 Width = 57 Height = 21 Caption = 'Close' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end end